home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _84327822A7FB4F209C989FCD7F8AB5EF < prev    next >
Encoding:
Text File  |  2006-02-09  |  2.8 KB  |  138 lines

  1. !Include("MenuCarShop.vis")
  2.  
  3. UIElem("ID_CAR_INFO_TITLE")
  4. {
  5.     Default()
  6.     {
  7.        Text("&#CurrSelectedCar.m_sID#_NAME&")
  8.     }
  9. }
  10.     
  11. UIElem("ID_CARINFO_TXT")
  12. {
  13.     Default()
  14.     {
  15.         Text("&CarDescriptionDealer&")
  16.     }
  17.  
  18.     // disabled car
  19.     OnCondition("CurrSelectedCar.m_iStatus == 3")
  20.     {
  21.     Text("&CarDisabled&")
  22.     }
  23.  
  24.    
  25.     OnCondition("CurrSelectedCar.m_iStatus == 0")
  26.     {
  27.     Text("&CAR_Group&: 
  28. &CAR_ProducedIn&: 
  29. &CAR_Drive&: 
  30. &CAR_EngineType&: 
  31. &CAR_Displacement&: 
  32. &CAR_Power&: 
  33. &CAR_Torque&:
  34. &CAR_Date&: 
  35. ")
  36.  
  37.  
  38.     }
  39.     
  40.     OnCondition("CurrSelectedCar.m_iStatus == 1")
  41.     {
  42.     Text("&CAR_Group&: 
  43. &CAR_ProducedIn&: 
  44. &CAR_Drive&: 
  45. &CAR_EngineType&: 
  46. &CAR_Displacement&: 
  47. &CAR_Power&: 
  48. &CAR_Torque&:
  49. &CAR_Date&: ")
  50.     }
  51.  
  52.     OnCondition("CurrSelectedCar.m_iStatus == 2")
  53.     {
  54.     Text("&CAR_Group&: 
  55. &CAR_ProducedIn&: 
  56. &CAR_Drive&: 
  57. &CAR_EngineType&: 
  58. &CAR_Displacement&: 
  59. &CAR_Power&: 
  60. &CAR_Torque&:
  61. &CAR_Date&: ")
  62.     }
  63.  
  64. }
  65.  
  66. UIElem("ID_CARINFO_TXT_2")
  67. {
  68.     Default()
  69.     {
  70.         Text("&CarDescriptionDealer&")
  71.     }
  72.  
  73.     // disabled car
  74.     OnCondition("CurrSelectedCar.m_iStatus == 3")
  75.     {
  76.     Text("&CarDisabled&")
  77.     }
  78.  
  79.    
  80.     OnCondition("CurrSelectedCar.m_iStatus == 0")
  81.     {
  82.     Text("#CurrSelectedCar.m_sCarGroupDisplayed#
  83. #CurrSelectedCar.m_sProduction#
  84. #CurrSelectedCar.m_sWheelDrive#
  85. #CurrSelectedCar.m_sEngineType#
  86. #%0CurrSelectedCar.m_nDisplacement#&ccm&
  87. #%0CurrSelectedCar.m_fPower#&bhp&
  88. #%0CurrSelectedCar.m_nTorque * CurrSelectedCar.m_fPower / CurrSelectedCar.m_fBasePower#&Nm&/#%0CurrSelectedCar.m_nMaxTorqueRPM#&rpm&
  89. #%0CurrSelectedCar.m_nProductionDate#")
  90.  
  91.  
  92.     }
  93.     
  94.     OnCondition("CurrSelectedCar.m_iStatus == 1")
  95.     {
  96.     Text("#CurrSelectedCar.m_sCarGroupDisplayed#
  97. #CurrSelectedCar.m_sProduction#
  98. #CurrSelectedCar.m_sWheelDrive#
  99. #CurrSelectedCar.m_sEngineType#
  100. #%0CurrSelectedCar.m_nDisplacement#&ccm&
  101. #%0CurrSelectedCar.m_fPower#&bhp&
  102. #%0CurrSelectedCar.m_nTorque * CurrSelectedCar.m_fPower / CurrSelectedCar.m_fBasePower#&Nm&/#%0CurrSelectedCar.m_nMaxTorqueRPM#&rpm&
  103. #%0CurrSelectedCar.m_nProductionDate#")
  104.     }
  105.  
  106.     OnCondition("CurrSelectedCar.m_iStatus == 2")
  107.     {
  108.     Text("#CurrSelectedCar.m_sCarGroupDisplayed#
  109. #CurrSelectedCar.m_sProduction#
  110. #CurrSelectedCar.m_sWheelDrive#
  111. #CurrSelectedCar.m_sEngineType#
  112. #%0CurrSelectedCar.m_nDisplacement#&ccm&
  113. #%0CurrSelectedCar.m_fPower#&bhp&
  114. #%0CurrSelectedCar.m_nTorque * CurrSelectedCar.m_fPower / CurrSelectedCar.m_fBasePower#&Nm&/#%0CurrSelectedCar.m_nMaxTorqueRPM#&rpm&
  115. #%0CurrSelectedCar.m_nProductionDate#")
  116.     }
  117.  
  118. }
  119.  
  120. /*
  121. UIElem("ID_NEXT")
  122. {
  123.     Default()
  124.     {
  125.         Disabled(0)
  126.     }
  127.  
  128.     // disabled car
  129.     OnCondition("CurrSelectedCar.m_iStatus == 3")
  130.     {
  131.         Disabled(1)
  132.     }
  133. }
  134.  
  135. */
  136.  
  137.  
  138.